@font-face {
  font-family: 'iconfont';
  /* project id 995532 */
  src: url('//at.alicdn.com/t/font_995532_a9qjwjtqvz4.eot');
  src: url('//at.alicdn.com/t/font_995532_a9qjwjtqvz4.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_995532_a9qjwjtqvz4.woff2') format('woff2'), url('//at.alicdn.com/t/font_995532_a9qjwjtqvz4.woff') format('woff'), url('//at.alicdn.com/t/font_995532_a9qjwjtqvz4.ttf') format('truetype'), url('//at.alicdn.com/t/font_995532_a9qjwjtqvz4.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}

body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-transform: uppercase;
}

i {
  font-style: normal;
}

body,
html {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: #232323;
}

a:hover,
a:focus {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

input,
textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}

.cont {
  width: 1200px;
  margin: 0 auto;
}

header {
  overflow: hidden;
  /*banner*/
}

header .header .top {
  height: 131px;
}

header .header .top .logo {
  float: left;
  margin-top: 39px;
}

header .header .top .tel {
  float: right;
  font-size: 0px;
  margin-top: 39px;
}

header .header .top .tel .iconfont {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  color: #000000;
  margin-right: 14px;
}

header .header .top .tel .info {
  display: inline-block;
  vertical-align: middle;
}

header .header .top .tel .info p {
  color: #9a9a9a;
  font-size: 16px;
  line-height: 1;
}

header .header .top .tel .info span {
  color: #d30000;
  font-size: 24px;
  font-weight: bold;
}

header .header nav {
  width: 100%;
  height: 54px;
  background: #2a2924;
}

header .header nav ul {
  font-size: 0px;
}

header .header nav ul li {
  display: inline-block;
  position: relative;
}

header .header nav ul li>a {
  color: #ffffff;
  font-size: 16px;
  line-height: 54px;
  padding: 0 42px;
  display: block;
}

header nav .cont li .drop {
  position: absolute;
  display: none;
  z-index: 111111;
  top: 54px;
  left: 50%;
  min-width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(15, 31, 77, 0.85);
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
header nav .cont li .drop a {
  display: block;
  line-height: 3;
  color: rgba(255, 255, 255, 0.85);
  padding: 0 1em;
  white-space: nowrap;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav .cont li .drop a:last-child {
  border: none;
}
header .header nav ul li:hover,
header .header nav ul li.on {
  background: #1159c6;
  transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
}

header .banner {
  position: relative;
  width: 100%;
  height: 479px;
}

header .banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

header .banner .bd ul {
  width: 100% !important;
  height: 479px !important;
}

header .banner .bd ul li {
  width: 100% !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

header .banner .bd ul li a {
  display: block;
  height: 479px;
  background-position: center;
  background-repeat: no-repeat;
}

header .banner>a {
  position: absolute;
  top: 440px;
}

header .banner>a .iconfont {
  font-size: 66px;
  font-weight: bold;
}

header .banner .prev {
  left: 6.6%;
}

header .banner .prev .iconfont {
  color: #000000;
  opacity: 0.25;
  filter: alpha(opacity=25);
}

header .banner .next {
  right: 6.6%;
}

header .banner .next .iconfont {
  color: #c4e684;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.page {
  margin: 66px 0;
}

.page ul {
  text-align: center;
}

.page ul li {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 29px;
  border: 1px solid #e5e5e5;
  margin: 0 3px;
}

.page ul li a {
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.page ul li.prev a {
  line-height: 26px;
}

.page ul li.next a {
  line-height: 26px;
}

.page ul .num.on,
.page ul .num:hover {
  background: #00a13e;
  border-color: #00a13e;
}

.page ul .num.on a,
.page ul .num:hover a {
  color: #ffffff;
}

footer {
  width: 100%;
  background: #2e2e2e;
  border-top: 4px solid #1159c6;
}

footer .foot-nav {
  border-bottom: 1px solid #4b4b4b;
}

footer .foot-nav ul {
  text-align: center;
  font-size: 0px;
}

footer .foot-nav ul li {
  display: inline-block;
  margin: 0 44px;
}

footer .foot-nav ul li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 60px;
}

footer .bot {
  font-size: 0px;
  text-align: center;
  padding: 25px 0;
}

footer .bot .wechat {
  display: inline-block;
  vertical-align: middle;
}

footer .bot .wechat img {
  display: block;
  width: 129px;
  height: 129px;
}

footer .bot .contact {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 72px;
  margin-right: 105px;
}

footer .bot .contact .p1 {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}

footer .bot .contact .p1 span {
  font-size: 30px;
}

footer .bot .contact .p2 {
  line-height: 30px;
  color: #ffffff;
  font-size: 16px;
}

footer .bot .add {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

footer .bot .add p {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}